go/types.declInfo.inherited (field)

3 uses

	go/types (current package)
		decl.go#L190: 		check.constDecl(obj, d.vtyp, d.init, d.inherited)
		resolver.go#L25: 	inherited bool          // if set, the init expression is inherited from a previous constant declaration
		resolver.go#L348: 					d := &declInfo{file: fileScope, vtyp: d.typ, init: init, inherited: d.inherited}